GtkFontChooser: Use G_PARAM_EXPLICIT_NOTIFY for show-preview-entry
authorMatthias Clasen <mclasen@redhat.com>
Sun, 8 Jun 2014 15:58:19 +0000 (11:58 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 9 Jun 2014 17:31:01 +0000 (13:31 -0400)
Implementors will have to be adjusted.

gtk/gtkfontchooser.c

index c7ac8007636ea52a6a8f7511c827b52059c3f14e..35591d25dcc08fafc44122c7299db54b7b570fd8 100644 (file)
@@ -104,7 +104,7 @@ gtk_font_chooser_default_init (GtkFontChooserInterface *iface)
                           P_("Show preview text entry"),
                           P_("Whether the preview text entry is shown or not"),
                           TRUE,
-                          GTK_PARAM_READWRITE));
+                          GTK_PARAM_READWRITE|G_PARAM_EXPLICIT_NOTIFY));
 
   /**
    * GtkFontChooser::font-activated: